runtime.mLockProfile.haveStack (field)

4 uses

	runtime (current package)
		mprof.go#L656: 	haveStack  bool         // stack and cycles are to be added to the mutex profile (even if cycles is 0)
		mprof.go#L732: 	prof.haveStack = true
		mprof.go#L756: 	if gp := getg(); gp.m.locks == 1 && gp.m.mLockProfile.haveStack {
		mprof.go#L779: 	prof.haveStack = false